home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / svr4 / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  463b  |  17 lines

  1. #ifndef _PATHS_
  2. #define    _PATHS_
  3.  
  4. #define    _PATH_WTMP    "/var/adm/wtmp"
  5. #define    _PATH_LOGIN    "/bin/login"
  6. #define    _PATH_BSHELL    "/bin/sh"
  7. #define    _PATH_CONSOLE    "/dev/console"
  8. #define    _PATH_DEV    "/dev/"
  9. #define    _PATH_DEVNULL    "/dev/null"
  10. #define    _PATH_NOLOGIN    "/etc/nologin"
  11. #define    _PATH_SENDMAIL    "/usr/ucblib/sendmail"
  12. #define    _PATH_TMP    "/tmp/"
  13. #define    _PATH_TTY    "/dev/tty"
  14. #define _PATH_ISSUE    "/etc/issue"
  15. #define    _PATH_GETTY    "/usr/lib/saf/ttymon"
  16. #endif /* _PATHS_ */
  17.